home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 30
/
PC Gamer IT CD 30 1-2.iso
/
MOTS
/
GAMEDATA
/
RESOURCE
/
JKMRES.GOO
/
cog_item_holocron.cog
< prev
next >
Wrap
Text File
|
1998-02-25
|
566b
|
38 lines
# Jedi Knight Missions Cog Script
#
# ITEM_HOLOCRON.COG
#
# INVENTORY script - Holocron
# Bin 54
#
# [YB] + [RF]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reserved
symbols
sound keysound=BactaUse01.WAV
thing player
message activated
end
# ========================================================================================
code
activated:
player = GetSourceRef();
// "The Holocron"
jkPrintUNIString(player, 275);
PlaySoundLocal(keysound, 1.0, 0.0, 0);
Return;
end